Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AD-130 #329

Merged
merged 1 commit into from
Dec 11, 2023
Merged

AD-130 #329

merged 1 commit into from
Dec 11, 2023

Conversation

Lukasz756
Copy link
Collaborator

RestController for delivery address that supports CRUD operations.

Description
Added restController for delivery address that supports CRUD operations.

Tested scenarios
CRUD operations (add, get, delete, edit)

Fixed issue: AD-130

@Lukasz756 Lukasz756 requested a review from a team as a code owner December 7, 2023 13:11
@kpieloch kpieloch changed the base branch from develop to release/AD-136 December 8, 2023 08:32
getUserFacade().editAddress(addressData);

return ResponseEntity.status(HttpStatus.OK).build();
} else {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be simplified - remove elses - as in both bad request is returned

@kpieloch kpieloch merged commit 6312d57 into release/AD-136 Dec 11, 2023
2 checks passed
kpieloch added a commit that referenced this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants